services.akkoma.config.":pleroma"."Pleroma.Web.Endpoint".http.port
NixOS option
Listener port number. Must be 0 if using a Unix socket.
type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)Default
declared in: nixos/modules/services/web-apps/akkoma.nixView source on NixOS/nixpkgs →if isAbsolutePath config.services.akkoma.config.:pleroma"."Pleroma.Web.Endpoint".http.ip then 0 else 4000;